home *** CD-ROM | disk | FTP | other *** search
- /*
- * DESQview/X System Library, Copyright Quarterdeck Office Systems (c) 1991
- */
-
- #include <stddef.h>
-
- #ifdef __WATCOMC__
- #define CDECL cdecl
- #else
- #define CDECL
- #endif
-
- #ifndef NO_PROTO
- extern char * CDECL regex(char *, char *);
- extern char * CDECL regcmp(char *, ...);
- #else
- extern char * CDECL regex();
- extern char * CDECL regcmp();
- #endif